home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / bbs / dorv111.zip / DOR.CFG < prev    next >
Text File  |  1996-05-29  |  15KB  |  329 lines

  1. ; Any text following a semi-colon (;), and blank lines, are ignored.
  2. ;
  3. ;------------------------------------------------------------------------------
  4. ; !! CHANGE HERE !!
  5. ;  BBS system directory. Indicates where the door information file (drop file)
  6. ;  can be found. Remove the semi-colon (;) to activate this option.
  7. ;
  8. ;BBSDir    C:\BBSDir
  9. ;
  10. ;------------------------------------------------------------------------------
  11. ;
  12. ;  The door's working directory. This is where the door's system files are
  13. ;  located. Remove the semi-colon (;) to activate this option.
  14. ;
  15. ;DoorDir    C:\BBS\MYDOOR
  16. ;
  17. ;------------------------------------------------------------------------------
  18. ;
  19. ;  Local mode override. Forces door to always operate in local test mode.
  20. ;  Remove the semi-colon (;) to activate this option. When this mode is
  21. ;  activated, no door information file is required and default settings are
  22. ;  used for the user's name, location, etc.
  23. ;
  24. ;LocalMode
  25. ;
  26. ;------------------------------------------------------------------------------
  27. ;
  28. ;  Door personality setting. This setting selects one of a number of sysop
  29. ;  interface personalities. Each personality setting emulates the status line
  30. ;  format and sysop function keys of a particular BBS package. Valid
  31. ;  personality settings are:
  32. ;
  33. ;                     Standard            (OpenDoors style, simplified from RA)
  34. ;                     PCBoard
  35. ;                     RemoteAccess
  36. ;                     Wildcat
  37. ;
  38. Personality    Standard
  39. ;
  40. ;------------------------------------------------------------------------------
  41. ;
  42. ;  Log File options. "LogFileName" specifies filename (path optional) where the
  43. ;  door should record log information. To disable the log file altogether,
  44. ;  remove the semi-colon (;) from the "DisableLogging" line.
  45. ;
  46. ;LogFileName    DOOR.LOG
  47. ;DisableLogging
  48. ;
  49. ;------------------------------------------------------------------------------
  50. ; !! CHANGE HERE !! (optional)
  51. ;  BBS node number that door is running on. Only used if OpenDoors is unable
  52. ;  to determine the node number by some other means.
  53. ;
  54. Node    1
  55. ;
  56. ;------------------------------------------------------------------------------
  57. ;
  58. ;  Sysop paging hours. Sysop paging will be permitted beginning at the start
  59. ;  time, up until, but not including, the end time. Times should be in 24-hour
  60. ;  format. To disable paging on a particular day, set the paging start and end
  61. ;  times to the same time. To make paging always available, set the start time
  62. ;  to 0:00 and the end time to 23:59.
  63. ;
  64. ;                      Start Time    End Time
  65. SundayPagingHours         9:00        22:00
  66. MondayPagingHours         8:30        22:00
  67. TuesdayPagingHours        8:30        22:00
  68. WednesdayPagingHours      8:30        22:00
  69. ThursdayPagingHours       8:30        22:00
  70. FridayPagingHours         8:30        22:00
  71. SaturdayPagingHours       9:00        22:00
  72. ;
  73. ;------------------------------------------------------------------------------
  74. ;
  75. ;  Duration of sysop page. Value indicates the number of beeps that compose the
  76. ;  sysop page alarm, with one beep sounded per second.
  77. ;
  78. PageDuration    10
  79. ;
  80. ;------------------------------------------------------------------------------
  81. ;
  82. ;  Maximum length of time a user is permitted to access the door. If the user's
  83. ;  total remaining time on the BBS is less than this value, the user will only
  84. ;  be permitted to access the door for this shorter length of time. This option
  85. ;  may be disabled by placing a semi-colon (;) at the beginning of the line.
  86. ;  When this option is disabled, the user will be permitted to use the full
  87. ;  of their remaining time on the BBS within the door.
  88. ;
  89. ;MaximumDoorTime    15
  90. ;
  91. ;------------------------------------------------------------------------------
  92. ;
  93. ;  Inactivity timeout. Specifies the maximum number of seconds that may elapse
  94. ;  without the user pressing any key, before the user will be automatically
  95. ;  disconnected. A value of 0 disables inactivity timeouts.
  96. ;
  97. InactivityTimeout    200
  98. ;
  99. ;------------------------------------------------------------------------------
  100. ;
  101. ;  Name of the sysop. OpenDoors can usually determine the sysop's name from the
  102. ;  information passed to the door by the BBS. However, some BBS software does
  103. ;  not supply this information to doors. In such cases, if the sysop's name is
  104. ;  required by the door, it may be supplied here. Remove the semi-colon (;) to
  105. ;  activate this option.
  106. ;
  107. ;SysopName    Unnamed Sysop
  108. ;
  109. ;------------------------------------------------------------------------------
  110. ;
  111. ;  Name of the BBS. OpenDoors can usually determine the name of the BBS from
  112. ;  the information passed to the door by the BBS. However, some BBS software
  113. ;  does not supply this information to door programs. In such cases, if the
  114. ;  name of the BBS is needed by the door, it may be supplied here. Remove the
  115. ;  semi-colon (;) to activate this option.
  116. ;
  117. ;SystemName    Unnamed BBS
  118. ;
  119. ;------------------------------------------------------------------------------
  120. ;
  121. ;  Door colour options. These options specify the various text colours that
  122. ;  will be used by the door if ANSI or AVATAR graphics modes are available.
  123. ;  Colours are specified in the format:
  124. ;
  125. ;         {Bright} {Flashing} [Foreground Colour] on [Background Colour]
  126. ;
  127. ;  Where foreground and background colours are one of:
  128. ;
  129. ;         Black
  130. ;         Blue
  131. ;         Green
  132. ;         Cyan
  133. ;         Red
  134. ;         Magenta
  135. ;         Yellow / Brown
  136. ;         White / Grey
  137. ;
  138. ;  Note that some of these options (such as those that pertain to files
  139. ;  listings) are not used for all doors.
  140. ;
  141. ChatUserColour               Bright white on black
  142. ChatSysopColour              Bright red on black
  143. FileListTitleColour          Bright yellow on black
  144. FileListNameColour           Bright yellow on black
  145. FileListSizeColour           Bright magenta on black
  146. FileListDescriptionColour    Cyan on black
  147. FileListOfflineColour        Bright red on black
  148. PagePromptColour             Bright white on black
  149. PopupMenuTitleColour         Bright white on grey
  150. PopupMenuBorderColour        Black on grey
  151. PopupMenuTextColour          Black on grey
  152. PopupMenuKeyColour           Red on grey
  153. PopupMenuHighlightColour     Grey on black
  154. PopupMenuHighKeyColour       Red on black
  155. ;
  156. ;------------------------------------------------------------------------------
  157. ;
  158. ;  Memory swapping options. These options are generally not needed, but can be
  159. ;  used to customize OpenDoor's swapping behaviour. "SwappingDir" can be used
  160. ;  to specify which directory or directories should be used for swapping.
  161. ;  Multiple directory paths can be seperated using a semi-colon.
  162. ;  "SwappingNoEMS" can be used to prevent any swapping from being done to EMS
  163. ;  memory, and "SwappingDisable" can be used to disable memory swapping
  164. ;  altogether. Remove the semi-colon (;) to activate any of these options.
  165. ;
  166. ;SwappingDir    C:\
  167. ;SwappingNoEMS
  168. ;SwappingDisable
  169. ;
  170. ;------------------------------------------------------------------------------
  171. ;
  172. ;  Serial port options. These options are generally not needed, as these
  173. ;  settings can usually be determined from the BBS door information file.
  174. ;  "LockedBPS" specifies the the BPS rate at which the door should communicate
  175. ;  with the modem. "SerialPort" specifies the port port number that the modem
  176. ;  is connected to. Unless you have reassigned the port numbers through your
  177. ;  FOSSIL drive, port 0 corresponds to COM1, port 1 corresponds to COM2, and
  178. ;  so on. Remove the semi-colon (;) to activate either of these options.
  179. ;
  180. ;LockedBPS    38400
  181. ;SerialPort    0
  182. ;
  183. ;
  184. ;  Under DOS, a FOSSIL driver is normally used for serial I/O if one is
  185. ;  available. If a FOSSIL driver has not been loaded, the door communicates
  186. ;  directly with the modem. Removing the semi-colon (;) from the "NoFossil"
  187. ;  option causes the door to always communicate directly with the modem,
  188. ;  bypassing any FOSSIL driver.
  189. ;
  190. ;NoFossil
  191. ;
  192. ;------------------------------------------------------------------------------
  193. ;
  194. ;